问题2:有关使用 Hexo 和 GitHub 搭建博客,出现 hexo -d 报错如何解决?(windows下)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
bash: /dev/tty: No such device or address
error: failed to execute prompt script (exit code 1)
fatal: could not read Username for 'https://github.com': Invalid argument
FATAL Something's wrong. Maybe you can find the solution here: http://hexo.io/do
cs/troubleshooting.html
Error: bash: /dev/tty: No such device or address
error: failed to execute prompt script (exit code 1)
fatal: could not read Username for 'https://github.com': Invalid argument
at ChildProcess.<anonymous> (E:\git\node_modules\hexo-util\lib\spawn.js:37:1
7)
at emitTwo (events.js:106:13)
at ChildProcess.emit (events.js:191:7)
at ChildProcess.cp.emit (E:\git\node_modules\cross-spawn\lib\enoent.js:40:29
)
at maybeClose (internal/child_process.js:850:16)
at Process.ChildProcess._handle.onexit (internal/child_process.js:215:5)
FATAL bash: /dev/tty: No such device or address
error: failed to execute prompt script (exit code 1)
fatal: could not read Username for 'https://github.com': Invalid argument
Error: bash: /dev/tty: No such device or address
error: failed to execute prompt script (exit code 1)
fatal: could not read Username for 'https://github.com': Invalid argument
at ChildProcess.<anonymous> (E:\git\node_modules\hexo-util\lib\spawn.js:37:1
7)
at emitTwo (events.js:106:13)
at ChildProcess.emit (events.js:191:7)
at ChildProcess.cp.emit (E:\git\node_modules\cross-spawn\lib\enoent.js:40:29
)
at maybeClose (internal/child_process.js:850:16)
at Process.ChildProcess._handle.onexit (internal/child_process.js:215:5)

jojo's blog

我的config.yml这样配置的

1
2
3
4
deploy:
type: git
repo: https://github.com/jasmine-na/jasmine-na.github.io.git
branch: master

原因:是在windows下的cmd.exe环境的缘故

jojo's blog

jojo's blog

然后我把命令切换到Git Bash 环境中运行,有提示输入github的用户名和密码,输入 hexo -d 成功上传了。

本文为原创,转载请遵守本站版权声明

更新于: 2016年10月28日 03:10